home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / STINGRAY / WINNT40 / STYPRO / ARK.INF < prev    next >
Windows Setup INFormation  |  1996-07-17  |  2KB  |  115 lines

  1.  
  2. ; ark.inf
  3. ;
  4. ; Installation inf for the ARK series of graphics adapter.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%ARK%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir     = 11
  15. ark.Miniport  = 12  ; drivers
  16. ark.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %ARK%      =  ARK.Mfg
  24.  
  25. [ARK.Mfg]
  26. ARK Video Accelerator = ark
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [ark]
  34. CopyFiles=ark.Miniport, ark.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [ark.Miniport]
  41. ark.sys
  42.  
  43. [ark.Display]
  44. ark.dll
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [ark.Services]
  52. AddService = ark, 0x00000002, ark_Service_Inst, ark_EventLog_Inst
  53.  
  54. [ark_Service_Inst]
  55. ServiceType    = 1            ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1            ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0            ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\ark.sys
  60.  
  61. [ark_EventLog_Inst]
  62. AddReg = ark_EventLog_AddReg
  63.  
  64. [ark_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ark.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [ark.SoftwareSettings]
  74. AddReg = ark_SoftwareDeviceSettings
  75.  
  76. [ark_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,       %REG_MULTI_SZ%, vga, ark
  78. HKR,, VgaCompatible,           %REG_DWORD%,    1
  79.  
  80.  
  81. ;
  82. ; Source file information
  83. ;
  84.  
  85. [SourceDisksNames.x86]
  86. 1 = %DiskId%,,,""
  87.  
  88. [SourceDisksFiles]
  89. ark.dll  = 1
  90. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  91. ; vga256.dll  = 1  ; always shipped and preinstalled by NT itself - no need to copy
  92. ark.sys  = 1
  93.  
  94.  
  95.  
  96. [Strings]
  97.  
  98. ;
  99. ; Non-Localizable Strings
  100. ;
  101.  
  102. REG_SZ           = 0x00000000
  103. REG_MULTI_SZ   = 0x00010000
  104. REG_EXPAND_SZ  = 0x00020000
  105. REG_BINARY     = 0x00000001
  106. REG_DWORD      = 0x00010001
  107. SERVICEROOT    = System\CurrentControlSet\Services
  108.  
  109. ;
  110. ; Localizable Strings
  111. ;
  112.  
  113. DiskId="ARK Installation DISK (VIDEO)"
  114. ARK="ARK Logic"
  115.